Is this page helpful?
Initializes a new instance of OmrAnalysisEngine to calculate the grade and statistics for the OMR-based/bubble-based test and survey forms.
public OmrAnalysisEngine(
List<IRecognitionForm> filledForms,
IRecognitionForm answersForm
)
filledForms
The list of filled forms to be analyzed using this instance of OmrAnalysisEngine.
answersForm
Form that specifies the answers used in grading the list of forms specified by filledForms . Set to null if this is a survey not an exam.